home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8542 / 8542.xpi / chrome / lastpass.jar / content / notifications.xul < prev    next >
Extensible Markup Language  |  2010-02-14  |  1KB  |  26 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <!DOCTYPE page SYSTEM "chrome://lastpass/locale/lastpass.dtd">
  4.  
  5. <page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  6.     id="LPNotifications"
  7.     onload="load_notifications(document, window);"
  8.     xmlns:html="http://www.w3.org/1999/xhtml">
  9.     
  10.     <script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
  11.     <script type="application/x-javascript" src="chrome://lastpass/content/prefs.js" />
  12.     
  13.     <groupbox id="Notifications"><caption id="NotificationsCaption" />
  14.         <vbox id="splitter4">
  15.             <checkbox id="showLoginNotifications" />
  16.             <checkbox id="showNotifications" />
  17.             <checkbox id="offerGeneratePasswd" />
  18.             <checkbox id="showFormFillNotifications" />
  19.             <checkbox id="showSaveSiteNotifications" />
  20.             <checkbox id="notificationsBottom"/>
  21.             <checkbox id="notificationsAfterClick"/>
  22.         </vbox>
  23.     </groupbox>
  24.     
  25. </page>
  26.